RequestOperationalConsent

This operation transfers additional information uploaded by the applicant (for an existing DA) from the Online DA Service to the council's IT system. This additional information can either be requested by council or provided voluntarily by the applicant.

Authorizations:
path Parameters
CaseID
required
string

A fully qualified application number.

header Parameters
OrganisationID
required
string

Used by the API gateway to route the request to the relevant council.

IdempotencyId
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json

Information request object

caseStatus
string <= 80 characters

Status of the DA case

consentComments
required
string [ 1 .. 2000 ] characters

This is to track the request details captured as the Operational consent comments provided by the applicant.

dueDateForEvidenceAboutRelevantMatters
required
string non-empty

This is to track the due date for evidence about relevant matters.

Array of objects (DownloadableDocument)
required
object (UpdatedBy)

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "string",
  • "consentComments": "Complete",
  • "dueDateForEvidenceAboutRelevantMatters": "string",
  • "documents": [
    ],
  • "updatedBy": {
    }
}